home *** CD-ROM | disk | FTP | other *** search
- Path: erich.triumf.ca!bennett
- From: bennett@erich.triumf.ca (P.Bennett)
- Newsgroups: comp.lang.c
- Subject: Re: What Header Files Comprise the C Standard Library?
- Date: 6 Feb 1996 15:12 PST
- Organization: TRIUMF: Tri-University Meson Facility
- Distribution: world
- Message-ID: <6FEB199615120959@erich.triumf.ca>
- References: <4f898d$jt@mother.usf.edu>
- NNTP-Posting-Host: erich.triumf.ca
- News-Software: VAX/VMS VNEWS 1.50
-
- In article <4f898d$jt@mother.usf.edu>, yatesc@csee.usf.edu (Randy Yates) writes...
- >On UNIX, the standard library includes the functions in stdio.h
- >and time.h, but NOT the math routines in math.h, in which case
- >you must inform the linker to search the math library with
- >the "-lm" swith. Does documentation exist that defines a mapping
- >between include files and libraries?
-
- No. How (or if) the standard (and non-standard) functions are distributed
- among libraries is entirely up to the specific implementation. Any
- documentation on this should come with the compiler.
-
- For MS-DOS, both Borland and Microsoft put _everything_ (except the graphics
- functions) in a common library.
-
- Peter Bennett VE7CEI | Vessels shall be deemed to be in sight
- Internet: bennett@triumf.ca | of one another only when one can be
- Packet: ve7cei@ve7kit.#vanc.bc.ca | observed visually from the other
- TRIUMF, Vancouver, B.C., Canada | ColRegs 3(k)
- GPS and NMEA info and programs: ftp://sundae.triumf.ca/pub/peter/index.html
-
-
-
-
-
-